net/http.populateResponse.res (field)
7 uses
net/http (current package)
filetransport.go#L73: res: &Response{
filetransport.go#L90: res *Response
filetransport.go#L115: pr.res.ContentLength = -1
filetransport.go#L117: pr.ch <- pr.res
filetransport.go#L121: return pr.res.Header
filetransport.go#L130: pr.res.StatusCode = code
filetransport.go#L131: pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |